home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_693 / frame_18 / PlaceObject2_691_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2005-08-12  |  629b  |  24 lines

  1. onClipEvent(enterFrame){
  2.    time++;
  3.    if(time == 5)
  4.    {
  5.       _root.main.fr.body0.arms.handMove("c3",1);
  6.       _root.main.fr.body0.legs.legClose();
  7.       _root.main.fr.legsOp.legOp.legClose(1,0,1);
  8.       random1 = Math.floor(Math.random() * 30) + 10;
  9.       _parent.handClose = 1;
  10.    }
  11.    else if(time == random1)
  12.    {
  13.       _root.main.fr.body0.arms.handMove("c3r");
  14.       _root.main.fr.body0.legs.legOpen();
  15.       _root.main.fr.legsOp.legOp.legOpen();
  16.       random2 = Math.floor(Math.random() * 50) + 5;
  17.       _parent.handClose = 0;
  18.    }
  19.    else if(time == random1 + random2)
  20.    {
  21.       time = 0;
  22.    }
  23. }
  24.